home *** CD-ROM | disk | FTP | other *** search
/ Interactive Web Graphics with Shout 3D / Interactive Web Graphics With Shout 3D.iso / mac / Code / Chapter09 / ChangeTimeSensorsApplet.java < prev    next >
Text File  |  2000-08-28  |  199b  |  14 lines

  1.  
  2.  
  3. package applets;
  4. import  shout3d.*;
  5.  
  6. public class ChangeTimeSensorsApplet extends Shout3DApplet {
  7.  
  8.  
  9.     public void initShout3DPanel(){
  10.         panel = new ChangeTimeSensorsPanel(this);
  11.     }
  12.     
  13. }
  14.